home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1997-06-16  |  3KB  |  158 lines

  1. object Form9: TForm9
  2.   Left = 155
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinNc 1.3 32-Bit Shell'
  7.   ClientHeight = 252
  8.   ClientWidth = 437
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 200
  21.     Width = 421
  22.     Height = 15
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label2: TLabel
  26.     Left = 185
  27.     Top = 10
  28.     Width = 128
  29.     Height = 14
  30.     Caption = 'WinNc 1.0 Windows 32-Bit Shell '
  31.   end
  32.   object Label3: TLabel
  33.     Left = 185
  34.     Top = 25
  35.     Width = 41
  36.     Height = 14
  37.     Caption = 'Version:'
  38.   end
  39.   object Version: TLabel
  40.     Left = 230
  41.     Top = 25
  42.     Width = 29
  43.     Height = 14
  44.     Caption = 'Version'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 185
  48.     Top = 55
  49.     Width = 176
  50.     Height = 14
  51.     Caption = 'This version of WinNc has been registered to:'
  52.   end
  53.   object User: TLabel
  54.     Left = 185
  55.     Top = 70
  56.     Width = 22
  57.     Height = 13
  58.     Caption = 'User'
  59.     ShowAccelChar = False
  60.   end
  61.   object Label5: TLabel
  62.     Left = 185
  63.     Top = 175
  64.     Width = 26
  65.     Height = 14
  66.     Caption = 'Label5'
  67.   end
  68.   object Label6: TLabel
  69.     Left = 185
  70.     Top = 190
  71.     Width = 26
  72.     Height = 14
  73.     Caption = 'Label6'
  74.   end
  75.   object Label7: TLabel
  76.     Left = 185
  77.     Top = 130
  78.     Width = 44
  79.     Height = 14
  80.     Caption = 'Created by:'
  81.   end
  82.   object Label8: TLabel
  83.     Left = 245
  84.     Top = 130
  85.     Width = 86
  86.     Height = 26
  87.     AutoSize = False
  88.     WordWrap = True
  89.   end
  90.   object Label9: TLabel
  91.     Left = 185
  92.     Top = 115
  93.     Width = 52
  94.     Height = 14
  95.     Caption = 'January 1997'
  96.   end
  97.   object Label10: TLabel
  98.     Left = 185
  99.     Top = 85
  100.     Width = 43
  101.     Height = 13
  102.     Caption = 'company'
  103.     ShowAccelChar = False
  104.   end
  105.   object Panel1: TPanel
  106.     Left = 10
  107.     Top = 10
  108.     Width = 164
  109.     Height = 196
  110.     BevelOuter = bvNone
  111.     BorderStyle = bsSingle
  112.     TabOrder = 0
  113.     object Image2: TImage
  114.       Left = 0
  115.       Top = 0
  116.       Width = 160
  117.       Height = 192
  118.       Align = alClient
  119.       AutoSize = True
  120.       Center = True
  121.       Picture.Data = {<image000.bmp>}
  122.       Stretch = True
  123.     end
  124.     object Label1: TLabel
  125.       Left = 17
  126.       Top = 95
  127.       Width = 123
  128.       Height = 52
  129.       Alignment = taCenter
  130.       Caption = 'Windows 32-Bit shell'
  131.       Font.Color = clNavy
  132.       Font.Height = -23
  133.       Font.Name = 'Arial'
  134.       Font.Style = [fsBold, fsItalic]
  135.       ParentFont = False
  136.       Transparent = True
  137.       Visible = False
  138.       WordWrap = True
  139.     end
  140.   end
  141.   object BitBtn1: TBitBtn
  142.     Left = 345
  143.     Top = 220
  144.     Width = 86
  145.     Height = 26
  146.     TabOrder = 1
  147.     OnClick = BitBtn1Click
  148.     Kind = bkOK
  149.   end
  150.   object Timer1: TTimer
  151.     Enabled = False
  152.     Interval = 2000
  153.     OnTimer = Timer1Timer
  154.     Left = 365
  155.     Top = 15
  156.   end
  157. end
  158.